home *** CD-ROM | disk | FTP | other *** search
-
- jpegoptim v1.1 by Timo Kokkonen <tjko@jyu.fi>
-
- ported to Amiga by J. Lindgren <jussuf@klinja.fipnet.fi>
-
- 22-Aug-97
-
- See src/ directory for original documents
-
-
- Legal
- -----
- See src/COPYING
-
-
- Purpose
- -------
- This program optimizes JPEG pictures. Both lossless (default)
- and lossy optimizations are featured. Self-explanatory usage
- help is available by running "jpegoptim -h"
-
- WARNING! Please do NOT use lossy optimization on pictures that
- you will distribute and have not made yourself. It damages
- the picture quality, and is just as same as if you'd go
- "improve" a Van Gogh with your set of Carioca Junior pens.
-
-
- Requirements
- ------------
- · ixemul.library, atleast 46.1 will do
- · JPEGTMP: should be assigned to a drive with some free
- space for temporary files
-
- (· jpeglib.a & includes v6a or newer for re-compiling)
-
- Dunno about other stuff. This utility has been tested on A4040
- and AmigaOS3.1.
-
-
- Compilation
- -----------
- I used ADE gcc v2.7.2 and jpegsrc.v6a.tar.gz to compile. I had
- to make some crap replacement routines and stuff to make the
- Amiga version functional. They are under "#ifdef AMIGA"
- statements so they shouldn't affect compiling on other platforms.
-
-
- Reporting bugs
- --------------
- Any bugs on this Amiga version are probably introduced by
- <jussuf@klinja.fipnet.fi>, so don't pester mr. Kokkonen about
- them but email me instead.
-
-
- -EOT-
-